* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.banner {
	width: 100%;
	position: relative;
}

.banner-box {
	position: relative;
}

.banner-prc img {
	width: 100%;
	min-height: 70vh;
	vertical-align: middle;
	object-fit: cover;
}

.banner-zi ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	width: 630px;
}

/* .banner-zi ul li img {} */

.banner-zi ul li {
	margin-bottom: 20px;
}

.banner-zi ul li:last-child {
	margin-bottom: 0px;
	margin-top: 30px;
}

.banner-zi ul li>p {
	font-size: 56px;
	line-height: 68px;
	font-family: HarmonyOS_Sans_SC_Light;
	color: #fff;
	letter-spacing: 1px;
}

.banner-zi ul li p span {
	font-family: HarmonyOS_Sans_SC_Bold;
}

.banner-zi ul li>span {
	font-size: 24px;
	line-height: 28px;
	font-family: Rany-Light;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 1px;
}

.banner-zi ul li a {
	display: block;
	width: 190px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 28px;
	color: #fff;
	font-size: 16px;
	background: #f08519;
	font-family: HarmonyOS_Sans_SC_Regular;
}

.banner-zi ul li a p {
	color: #fff;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC_Regular;
	line-height: 56px;
}

.banner-ico ul {
	position: absolute;
	right: 40px;
	z-index: 6;
	bottom: 15px;
}

.banner-ico ul li {
	float: right;
	margin-left: 10px;
}

.banner-ico ul li:last-child {
	margin: 0;
}

.banner-ico ul li {
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-ico ul li p {
	margin-top: 10px;
	line-height: 1;
}

.banner-ico ul li .iconfont {
	font-size: 27px;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 60px;
	width: 1400px;
	left: 50%;
	transform: translateX(-50%);
}

.banner .swiper-pagination {
	text-align: left;
	z-index: 3;
}

.banner .swiper-wrapper {
	/* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 1s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.banner .swiper-pagination-bullet {
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	background: none;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	margin: 0;
	opacity: 1;
}

.banner .mySwiper1 .swiper-pagination-bullet-active {
	width: 200px;
	border-color: #0a54a3;
}

.banner .mySwiper1 .swiper-pagination-bullet-active::after {
	content: "";
	display: block;
	position: absolute;
	/* top: 0px; */
	bottom: 0;
	width: 200px;
	height: 2px;
	background: #f08519;
	animation: gradient 3s ease;
}

@keyframes gradient {
	0% {
		width: 0px;
	}

	100% {
		width: 200px;
	}
}


.box1 {
	width: 100%;
	padding: 80px 1% 110px;
}

.box-top {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
}

.box-top p {
	font-size: 32px;
	line-height: 1;
	font-family: HarmonyOS_Sans_SC_Regular;
	margin-bottom: 14px;
}

.box-top span {
	display: block;
	font-size: 28px;
	font-family: RanyBold;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.box1-box {
	position: relative;
	width: 100%;
	border-radius: 1em;
}

.box-prc img {
	width: 100%;
}

.box1-prc-x {
	position: absolute;
	left: 11.11%;
	bottom: 40px;
}

.box1-zi {
	width: 77.78%;
	position: absolute;
	left: 11.11%;
	top: 17%;
	color: #fff;
}

.box1-zi p {
	position: relative;
	line-height: 1;
	width: 100%;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
}

.box1-zi p::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	width: 80px;
	height: 1px;
	background: #f08519;
}

.box2 {
	width: 100%;
	background: url(../img/box2-bj.png)no-repeat;
	background-size: cover;
	padding: 100px 0 188px;
}

.box2-bom {
	display: flex;
	justify-content: space-between;
}

.box2-b-l {
	width: 43%;
}

.box2-b-t span {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #0a54a3;
	margin-bottom: 10px;
}

.box2-b-t p {
	font-size: 30px;
	line-height: 1;
	color: #333333;
	font-weight: 600;
	font-family: HarmonyOS_Sans_SC_Regular;
	margin-bottom: 20px;
}

.box2-b-m p {
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	font-family: HarmonyOS_Sans_SC_Regular;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.box2-b-m {
	margin-bottom: 50px;
}

.box2-b-b a {
	display: flex;
	width: 190px;
	height: 56px;
	border-radius: 28px;
	text-align: center;
	line-height: 1;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC_Regular;
	background: #0a54a3;
	color: #fff;
}

.box2-b-b a .iconfont {
	display: block;
	margin-right: 5px;
}

.box3 {
	padding: 125px 0;
	background-image: url(../img/box3-bj.png);
	background-color: #011020;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;

}

.box3-cen ul {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-family: HarmonyOS_Sans_SC_Regular;
}

.box3-cen ul li p {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
}

.box3-cen ul li:first-child p:first-child {
	display: flex;
	align-items: flex-end;
	font-size: 18px;

}

.box3-cen ul li p:first-child {
	font-size: 32px;
	display: flex;
	margin-bottom: 25px;
}

.box3-cen ul li p:first-child span {
	display: block;
	line-height: 1;
	font-size: 56px;
	font-weight: 600;
	font-family: HarmonyOS_Sans_SC_Regular;
}

.box4 {
	width: 100%;
	padding: 100px 0;
}

.box4-cen {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box4-left {
	width: 55.71%;
	display: flex;
	flex-direction: column;
}

.box4-l-box {
	position: relative;
	width: 100%;
}

.box4-l-box .box4-prc img {
	width: 100%;
}

.box4-zhi-t {
	position: absolute;
	left: 9%;
	top: 11.53%;
	color: #fff;
}

.box4-zhi-t p {
	font-size: 30px;
	line-height: 1;
	font-family: HarmonyOS_Sans_SC_Regular;
	margin-bottom: 15px;
}

.box4-zhi-t span {
	line-height: 1;
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Regular;

}

.box4-zhi-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: absolute;
	left: 9%;
	bottom: 5.64%;
	width: 82%;
}

.box4-zhi-b a {
	display: block;
	height: 45px;
	padding: 0 23px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	transition: all .3s ease;
	color: #fff;
	border-radius: 22.5px;
	margin-bottom: 20px;
	margin-right: 17px;
	font-size: 16px;
}

.box4-zhi-b a:hover {
	border-color: #0a54a3;
	color: #fff;
	background: #0a54a3;
}



.box4-right {
	width: 42%;
}

.box4-right ul {
	display: flex;
	flex-direction: column;
}

.box4-right ul li {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.box4-ri-box {
	display: flex;
	align-items: center;
	width: 97%;
	padding: 30px;
	transition: all 0.3s ease;
}

.box4-ri-box:hover {
	background: #0a54a3;
}

.box4-ri-box::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
	transition: all 0.3s ease;
}

.box4-ri-box:hover::after {
	border-color: transparent #0a54a3 transparent transparent;
}

.box4-ri-l {
	width: 70px;
	margin-right: 30px;
}

.box4-ri-l img {
	width: 100%;
}

.box4-ri-box:hover .box4-r-prc-b {
	display: block;
	transition: all 0.3s ease;
}

.box4-ri-box:hover .box4-r-prc-a {
	display: none;
	transition: all 0.3s ease;
}

.box4-ri-l .box4-r-prc-b {
	display: none;
}

.box4-ri-r a {
	display: flex;
	flex-direction: column;
}

.box4-ri-r-t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e7e7;
	transition: all 0.3s ease;
	color: #333333;
}

.box4-ri-r-t p {
	font-size: 22px;
	line-height: 1;

}

.box4-ri-box:hover .box4-ri-r-t {
	color: #fff;
}

.box4-ri-r-m p {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s ease;
}

.box4-ri-box:hover .box4-ri-r-m p {
	color: #fff;
}

.box5 {
	width: 100%;
}

.box5-bom ul {
	display: flex;
	flex-wrap: wrap;
}

.box5-bom ul li {
	width: 50%;
}

.box5-box {
	position: relative;
}

.box5-prc {
	overflow: hidden;
}

.box5-prc img {
	width: 100%;
	transition: all 0.8s ease;
}

.box5-prc img:hover {
	transform: scale(1.1);
}

.box5-zi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 22px;
	text-align: center;
	color: #fff;
}

.box6 {
	display: flex;
	justify-content: flex-end;
	padding: 100px 0;
}

.box6-cen {
	display: flex;
	justify-content: space-between;
}

.box6-left {
	width: 34%;
}

.box6-l-prc img {
	width: 100%;
}

.box6-l-t {
	display: flex;
	align-items: center;
	margin: 30px 0 25px;
	line-height: 1;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC_Regular;
	color: #777777;
}


.shuxian {
	display: block;
	height: 16px;
	width: 1px;
	background: #dcdcdc;
	margin: 0 20px;
}

.box6-l-m {
	line-height: 1;
	font-size: 24px;
	color: #000000;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-weight: 600;
	margin-bottom: 25px;
}

.box6-l-m p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box6-l-b {
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	font-family: HarmonyOS_Sans_SC_Regular;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.box6-r-t {
	width: 74%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.box6-top-r a {
	display: block;
	height: 56px;
	width: 190px;
	border: 1px solid #efefef;
	text-align: center;
	line-height: 56px;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s ease;
	margin-bottom: 60px;
}

.box6-top-r a:hover {
	color: #fff;
	background: #0a54a3;
	border-color: #0a54a3;
}

.box6-top-r a .iconfont {
	display: block;
	margin-right: 10px;
}

.box6-box-r-prc img {
	width: 100%;
}

.box6-r-b {
	/* position: relative; */
}

.box6-box-r-t {
	margin: 34px 0 24px;
	line-height: 1;
	display: flex;
	font-size: 16px;
	color: #777777;
	font-family: HarmonyOS_Sans_SC_Regular;
}

.box6-box-r-m p {
	color: #000000;
	font-size: 20px;
	font-family: HarmonyOS_Sans_SC_Regular;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box6-r-b .swiper-button-pv3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #808080;
	color: #020202;
	cursor: pointer;
	transition: all 0.3s ease;
}

.box6-r-b .swiper-button-pv3:hover {
	background: #0a54a3;
	color: #fff;
	border-color: #0a54a3;
}

.box6-r-b .swiper-button-nt3 {
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #808080;
	color: #020202;
	transition: all 0.3s ease;
	cursor: pointer;
}

.box6-r-b .swiper-button-nt3:hover {
	background: #0a54a3;
	color: #fff;
	border-color: #0a54a3;
}



.box6-right {
	width: 60%;
	position: relative;
}

@media screen and (max-width :1470px) {

	.banner .swiper-horizontal>.swiper-pagination-bullets,
	.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
	.banner .swiper-pagination-custom,
	.banner .swiper-pagination-fraction {
		width: 94%;
	}

	.banner-zi ul li {
		margin-bottom: 15px;
	}

	.banner-zi ul li>p {
		font-size: 47px;
		line-height: 56px;
	}

	.banner-zi ul li>span {
		font-size: 21px;
		line-height: 26px;
	}

	.banner-zi ul li:last-child {
		margin-top: 15px;
	}

	.banner .mySwiper1 .swiper-pagination-bullet-active {
		width: 100px;
	}

	.banner .mySwiper1 .swiper-pagination-bullet-active::after {
		width: 100px;
	}

	@keyframes gradient {
		0% {
			width: 0px;
		}

		100% {
			width: 100px;
		}
	}

	.banner-zi ul li a {
		width: 180px;
	}

	.box1 {
		padding: 50px 1% 60px;
	}

	.box-top span {
		margin-bottom: 25px;
	}

	.box-top {
		margin-bottom: 40px;
	}

	.box2 {
		padding: 60px 0 100px;

	}

	.box3 {
		padding: 90px 0;

	}

	.box4 {
		padding: 60px 0;
	}

	.box6 {
		padding: 70px 0;
	}
}

@media screen and (max-width :1280px) {
	.box6 {
		justify-content: center;
	}

	.box1-prc-x img {
		transform: scale(0.8);
	}

	.box4-zhi-b a {
		padding: 0 18px;
		height: 40px;
		line-height: 38px;
		margin-bottom: 15px;
		margin-right: 10px;
	}

	.box4-zhi-b {
		bottom: 3.64%;
		width: 94%;
		left: 3%;
	}


	.box6-l-t {
		margin: 23px 0;
	}

	.box6-l-m {
		margin-bottom: 15px;
	}

	.box6-l-b {
		line-height: 25px;
	}

	.box6-top-r a {
		margin-bottom: 40px;
		width: 180px;
	}

	.box6-box-r-t {
		margin: 19px 0 18px;
	}

	.box6-right {
		padding-bottom: 60px;

	}

	.box2 {
		background-position: 50% top;
	}

	.box4-ri-box {
		padding: 20px;
	}

	.box6-r-t {
		width: 100%;
	}
}

@media screen and (max-width :950px) {
	.box1 {
		padding: 30px 1% 35px;
	}

	.box-top p {
		margin-bottom: 7px;
	}

	.box-top span {
		margin-bottom: 10px;
		letter-spacing: 0px;
	}

	.box-top {
		margin-bottom: 20px;

	}

	.box2 {
		padding: 40px 50px;
	}

	.box2-b-l {
		width: 70%;
	}

	.box4 {
		padding: 50px 0;
	}

	.box4-cen {
		flex-direction: column;
	}

	.box4-left {
		width: 100%;
	}

	.box4-right {
		width: 100%;
	}

	.box4-l-box .box4-prc img {
		height: 400px;
		object-fit: cover;
		vertical-align: middle;
	}

	.box6-cen {
		flex-direction: column-reverse;
	}

	.box6-right {
		width: 100%;
	}

	.box6-left {
		width: 100%;
		margin-top: 20px;
	}

	.box6-l-prc img {
		max-height: 400px;
		object-fit: cover;
		vertical-align: middle;
	}

	.box6-l-b {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width :768px) {
	.banner-zi ul {
		width: 90%;
	}

	.banner-zi ul li>p {
		font-size: 40px;
		line-height: 46px;
	}

	.banner-zi ul li>span {
		font-size: 18px;
		line-height: 24px;
	}

	.banner-zi ul li a {
		width: 160px;
		height: 50px;
		line-height: 50px;
	}

	.banner-zi ul li a p {
		line-height: 50px;

	}

	.box2-b-l {
		width: 100%;
	}

	.box2 {
		padding: 40px 20px;

	}

	.box3-cen ul {
		width: 100%;
		flex-wrap: wrap;

	}

	.box3-cen ul li {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.box3-cen ul li p:first-child {
		margin-bottom: 10px;
	}

	.box5-bom ul li {
		width: 100%;
	}

	.box4-ri-box {
		align-items: inherit;
	}

	.box4-ri-l {
		margin-right: 20px;
	}
}

@media screen and (max-width :568px) {
	.box4-zhi-b {
		display: none;
	}

	.box4-ri-l {
		margin-right: 10px;
	}

	.box5-zi {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.box6-r-t {
		justify-content: center;
	}

	.box6-top-r {
		display: none;
	}
}